PVUSB: xm/xend support
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 11 Dec 2009 08:52:17 +0000 (08:52 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 11 Dec 2009 08:52:17 +0000 (08:52 +0000)
commitfc63162a0927e3054c497a70175765600a08a697
tree2ed58c8564ccf3092ccb81855371992670b76eaf
parent04656384a1b9714e43db850c51431008e23450d8
PVUSB: xm/xend support

You can see the following slides to understand the usage.
http://www.xen.org/files/xensummit_intel09/PVUSBStatusUpdate.pdf
Limitations:
"xm usb-hc-create" accepts up to 16 ports, but, current usbfront
can work with up to 15 ports. This may be bug and I'm preparing
to fix it.

This xm/xend support requires linux-2.6.18-xen.hg c/s 939 or above.
I recommend latest tip.

Signed-off-by: Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com>
tools/hotplug/Linux/xend.rules
tools/python/xen/util/vusb_util.py [new file with mode: 0644]
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDevices.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/server/udevevent.py
tools/python/xen/xend/server/vusbif.py [new file with mode: 0644]
tools/python/xen/xm/create.py
tools/python/xen/xm/main.py